'Declaration
Public Class TransportBindingsBase(Of T As {Class, ITransportBindingScheme}) Implements ITransportBindings(Of T)
'Usage
Dim instance As TransportBindingsBase(Of T)
public class TransportBindingsBase<T> : ITransportBindings<T> where T: class, ITransportBindingScheme
generic<typename T> public ref class TransportBindingsBase : public ITransportBindings<T> where T: ref class, ITransportBindingScheme